バージョン

Polyline コンストラクタ(DataPoint[],LineStyle)

指定された点からポリゴンを作成するコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal points() As DataPoint, _
   ByVal style As LineStyle _
)
public Polyline( 
   DataPoint[] points,
   LineStyle style
)

パラメータ

points
このポリラインを構成するデータ ポイントの配列。
style
適用するLineStyle。
参照